object frmDocuments: TfrmDocuments Left = 402 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = bsSizeToolWin ClientHeight = 364 ClientWidth = 263 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} OldCreateOrder = True OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object tvDocuments: TTreeView Left = 0 Top = 0 Width = 263 Height = 344 Align = alClient HideSelection = False Indent = 19 MultiSelectStyle = [] RightClickSelect = True RowSelect = True ShowButtons = False ShowLines = False ShowRoot = False SortType = stData TabOrder = 0 OnChange = tvDocumentsChange OnCompare = tvDocumentsCompare OnContextPopup = tvDocumentsContextPopup OnDragDrop = tvDocumentsDragDrop OnDragOver = tvDocumentsDragOver OnMouseDown = tvDocumentsMouseDown OnMouseMove = tvDocumentsMouseMove OnMouseUp = tvDocumentsMouseUp end object StatusBar1: TdxStatusBar Left = 0 Top = 344 Width = 263 Height = 20 Panels = < item PanelStyleClassName = 'TdxStatusBarTextPanelStyle' end> PaintStyle = stpsUseLookAndFeel Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] end object barMan: TdxBarManager AllowReset = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Bars = <> CanCustomize = False Categories.Strings = ( 'Default') Categories.ItemsVisibles = ( 2) Categories.Visibles = ( True) Images = frmTop.ilmenu PopupMenuLinks = <> Style = bmsUseLookAndFeel UseSystemFont = True Left = 190 Top = 290 DockControlHeights = ( 0 0 0 0) object bbOpenDocument: TdxBarButton Caption = 'OpenDocument' Category = 0 Hint = 'OpenDocument' Visible = ivAlways ImageIndex = 1 OnClick = miOpenDocumentClick end object bbCloseDocument: TdxBarButton Caption = 'CloseDocument' Category = 0 Hint = 'CloseDocument' Visible = ivAlways ImageIndex = 2 OnClick = miCloseDocumentClick end object bbDockable: TdxBarButton Caption = 'Dockable' Category = 0 Hint = 'Dockable' Visible = ivAlways ButtonStyle = bsChecked OnClick = miDockableClick end object bbClose: TdxBarButton Caption = 'Close' Category = 0 Hint = 'Close' Visible = ivAlways OnClick = miCloseClick end end object popupDocList: TdxBarPopupMenu BarManager = barMan ItemLinks = < item Item = bbOpenDocument Visible = True end item BeginGroup = True Item = bbCloseDocument Visible = True end item BeginGroup = True Item = bbDockable Visible = True end item BeginGroup = True Item = bbClose Visible = True end> UseOwnFont = False OnPopup = pmPopupPopup Left = 110 Top = 155 end end